Why am I seeing an 'Invalid App Configuration' error?
projectId
is not configured correctly. To resolve this:Why can't I see any wallets in the modal and only see the 'Connect Wallet' title?
package.json
:createAppKit
outside of your component to ensure proper initialization:How can I use custom RPCs with AppKit?
customRpcUrls
option in the AppKit configuration. This lets you define custom RPC URLs for specific chains. Each entry must follow the format:When will Reown support off-ramp functionality?
How do I get retrieve multiple addresses from multiple connected wallets?
How do I remove the 'UX by Reown' branding?
How do I increase my project's RPC limits?
Do I need to wait for Web3 app approval before using my projectId?
Can I reinitialize AppKit with different network configurations?
createAppKit
can only be called once during the application’s lifecycle.
It cannot be lazily initialized and then torn down for re-initialization.
This means you must pass in all the networks you plan to support during the initial setup.How do I get technical support for AppKit?